Auto merge of #1682 - yoongkang:new_error_msg, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 7 Jun 2015 17:19:35 +0000 (17:19 +0000)
committerbors <bors@rust-lang.org>
Sun, 7 Jun 2015 17:19:35 +0000 (17:19 +0000)
commit1777ab76cdd898202505391b1e15a1b727fca522
treece61c747bb53c100eeb30503005d52d4af830522
parentabd3e2a047bd9da2412096a458c52cef6df1b52a
parent82aeaf744ad4a0de7737c61660204e6929973cbf
Auto merge of #1682 - yoongkang:new_error_msg, r=alexcrichton

Some project names caused problems as
they already exist in target/debug. When
the projects fail to be created, the error
message was also not descriptive.

This commit adds a blacklist and a more
descriptive error message.

See #1618.
src/cargo/util/toml.rs
tests/test_cargo_compile.rs